home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 63142 / 63142.xpi / older / tkp34.xpi / chrome / content / about.xul next >
Extensible Markup Language  |  2010-01-24  |  734b  |  19 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  4.  
  5. <!DOCTYPE dialog SYSTEM "chrome://ketkpin/locale/about.dtd">
  6.  
  7. <dialog title="&about; keTKP.in" orient="vertical" autostretch="always" onload="sizeToContent()" buttons="accept" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  8.   <groupbox align="center" orient="horizontal">
  9.     <vbox>
  10.       <text value="keTKP.in" style="font-weight: bold; font-size: x-large;"/>
  11.       <text value="&version; 1.0"/>
  12.       <separator class="thin"/>
  13.       <text value="&createdBy;" style="font-weight: bold;"/>
  14.       <text value="adjiexx"/>
  15.       <separator class="thin"/>
  16.     </vbox>
  17.   </groupbox>
  18. </dialog>
  19.